home *** CD-ROM | disk | FTP | other *** search
/ Borland JBuilder 6 / jbuilder6.iso / IBM VisualAge for Java Enterprise v4.0 Retail / ivj40 / setup / IDE.Cab / F77533_SmartGuideWindowHandler.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-04-25  |  737 b   |  19 lines

  1. package com.ibm.ivb.sguides;
  2.  
  3. import java.awt.event.WindowAdapter;
  4. import java.awt.event.WindowEvent;
  5.  
  6. class SmartGuide$WindowHandler extends WindowAdapter {
  7.    // $FF: synthetic field
  8.    private final SmartGuide this$0;
  9.  
  10.    public void windowClosing(WindowEvent var1) {
  11.       this.this$0.executeCancel();
  12.    }
  13.  
  14.    SmartGuide$WindowHandler(SmartGuide var1) {
  15.       this.this$0 = var1;
  16.       this.this$0 = var1;
  17.    }
  18. }
  19.